home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / cislib_b / tbcom.doc < prev    next >
Text File  |  1995-04-22  |  3KB  |  121 lines

  1.  If you've been wondering about
  2. TURBO-BASIC, but don't know whether
  3. you want to spend all those $$$
  4. downloading it, READ ON.....
  5.  
  6.  
  7.  THANKS!! TO THE WESTERN NEW YORK
  8. ATARI USERS GROUP (DAVE AND LAURA)
  9. WHO'VE MADE THE FILES AND DOCS
  10. AVAILABLE!!!
  11.  
  12.  
  13.  
  14.  TURBO BASIC is a Public Domain
  15. program that has turned up from (talk
  16. about a World Wide Community) Holland.
  17. It is a new version of Basic designed
  18. to run ONLY on the XL/XE Ataris. So
  19. what???
  20.  
  21.  
  22.               PHASE ONE
  23.  
  24.  
  25.  This sucker is FAST! Since it is
  26. 'upwardly compatible' with Atari Basic
  27. (AB), you can boot up TB, then LOAD
  28. one of your old game files and STAND
  29. BACK. After all these years of
  30. squeezing every speed trick out of AB,
  31. I discovered that the first thing I
  32. had to do with my old files was SLOW
  33. 'EM DOWN! *whew*
  34.  
  35.  For this reason, if no other, I think
  36. you might want to try it. For those
  37. who don't feel committed enough to pop
  38. for the <MASSIVE> DOW time required
  39. for TURBOI and TURBOC (the Compleat
  40. Turbo Basic) I've uploaded TBCOM.XMO.
  41. This is the Turbo Basic interpreter.
  42. Rename to AUTORUN.SYS, then boot your
  43. XL or XE holding down the OPTION key
  44. to disable the internal Basic.
  45.  
  46.  In addition, grab TBHLP.TXT This is a
  47. READable text file (in case you want
  48. to look before you DOW) that contains
  49. a short summary of new TB commands (if
  50. nothing else, you're gonna wanna know
  51. about the PAUSE command!) These two
  52. files will get you started.
  53.  
  54.  From this point, you can just
  55. continue programming using your
  56. familiar AB syntax (you do have to
  57. watch out for new Basic keywords like
  58. DIR,MOVE,etc.), and have the programs
  59. execute as normal except for a big
  60. increase in speed. You can also use TB
  61. programs written by others that you
  62. run across.
  63.  
  64.  
  65.               PHASE TWO
  66.  
  67.  
  68.  There's another side to TB, too. And
  69. here, alas, the picture ain't quite so
  70. bright. As noted, there are a TON of
  71. new commands. Unfortunately, the
  72. documentation is at present Real
  73. Sparse. (And a lot of it is in German,
  74. which means that anyone willing to do
  75. a translation job will win Thousands
  76. of Instant New Friends.)
  77.  
  78.  Experimenting with the new
  79. programming style is only for those
  80. who can't resist a challenge. Kind of
  81. like a Big Adventure Game. Note again:
  82. you don't have to. But there's some
  83. REAL interesting stuff here.
  84.  
  85.  For instance:
  86.  IF-ELSE-ENDIF, WHILE-WEND,
  87. REPEAT-UNTIL, and other sorts of 'new'
  88. loops. Structured programming commands
  89. like PROCEDURE and EXEC (Execute
  90. procedure). Some useful extensions to
  91. AB like DPEEK and DPOKE to handle
  92. lo-byte, hi-byte 'words', new GRAPHICS
  93. commands (like FILL), built in
  94. DOS-type commands (DIR). Plus lots of
  95. little conveniences like CLS (Clear
  96. Screen), SOUND (with no parameters
  97. turns off all sound channels), and
  98. others too numerous to mention.
  99.  
  100.  If you feel like you want to get down
  101. and do some serious programming, I
  102. guarantee that you'll be in for some
  103. frustration. That lack of DOCs again.
  104. (I would KILL for a memory map!)
  105.  
  106.  Welcome to the difference between PD
  107. and Commercial programs. Comme Il Dit,
  108. you get what you pay for.
  109.  
  110.  But if you're a Basic hacker at
  111. heart, there's fun to be had here.
  112. Nothing quite like when your off the
  113. wall program works, right?
  114.  
  115.  What we REALLY need is hundreds of
  116. busy little hands exploring and
  117. sharing discoveries. We'll be looking
  118. for your demos. 
  119.  
  120.  --uncle don                          
  121. ````````````````````````````````